[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.CanMove

CanMove Method

CanMove(int, int)

Determines whether the item at fromIndex can be moved to toIndex.

Declaration
public virtual bool CanMove(int fromIndex, int toIndex)
Public Overridable Function CanMove(fromIndex As Integer, toIndex As Integer) As Boolean
Parameters
Type Name Description
int fromIndex

The original index.

int toIndex

The destination index.

Returns
Type Description
bool
Implements